home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Gnuplot.app / English.lproj / GeneralPane.nib / data.classes next >
Text File  |  1993-03-18  |  776b  |  56 lines

  1. GeneralPane = {
  2.     ACTIONS = {
  3.     doSetSamples:;
  4.     doSetBorder:;
  5.     didSwapIn:;
  6.     selectControl:;
  7.     doSetPolar:;
  8.     doSetKey:;
  9.     doSetParametric:;
  10.     doSetSize:;
  11.     doSetTimeDefault:;
  12.     doSetTime:;
  13.     doSetTimeLocation:;
  14.     doSetSizeProp:;
  15.     doSetPlotTitle:;
  16.     doSetKeyLocation:;
  17.     doSetKeyDefault:;
  18.     };
  19.     OUTLETS = {
  20.     titleField;
  21.     keyButton;
  22.     samplesMatrix;
  23.     sizeYField;
  24.     timeDefaultButton;
  25.     stringSet;
  26.     parametricButton;
  27.     polarButton;
  28.     sizeButton;
  29.     keyMatrix;
  30.     sizeXField;
  31.     sizeXSlider;
  32.     timeButton;
  33.     keyLabelMatrix;
  34.     borderButton;
  35.     timeMatrix;
  36.     keyDefaultButton;
  37.     timeLabelMatrix;
  38.     sizeYSlider;
  39.     };
  40.     SUPERCLASS = Pane;
  41. };
  42. FirstResponder = {
  43.     ACTIONS = {
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47. Pane = {
  48.     OUTLETS = {
  49.     doc;
  50.     window;
  51.     view;
  52.     status;
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56.